
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  padding-top: 55px;
  background: #f4f4f4;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover {
  color: #3b4b56;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}
table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  font-size: 14px;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
.clearfix,
.clear:after,
.container:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
/* header */
header {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #3b4b56;
  width: 100%;
  z-index: 999;
}
header > .container {
  padding: 0 10px 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 55px;
  line-height: 40px;
  transition: all 0.3s;
}
header > .container:after {
  display: none;
}
header .logo {
  padding: 0 0 0 0;header > .container
  transition: all 0.3s;
}
header .logo img {
  height: 40px;
  width: auto;
}
header nav {
  display: block;
}
header nav ul li {
  float: left;
  text-align: center;
  margin: 0 1px;
  position: relative;
}
header nav ul li > a {
  color: #fff;
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 0 20px;
}
header nav ul li > a em {
  padding-left: 5px;
}
header nav ul li .iconfont {
  display: none;
}
header nav ul li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 100%;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 34px;
}
header nav ul li .sub a {
  display: block;
  overflow: hidden;
  padding: 0 10px;
}
header nav ul li .sub a:hover {
  color: #fff;
  background: #3b4b56;
}
header nav ul li:hover > a {
  background: #5e6970;
  color: #fff;
}
header nav ul li.on > a {
  background: #5e6970;
  color: #fff;
}
header .search {
  position: relative;
  overflow: hidden;
}
header .search input {
  width: 112px;
  height: 22px;
  border: 0;
  border-radius: 50px;
  background: #fff;
  padding: 0 30px 0 10px;
  float: left;
  font-size: 12px;
}
header .search button {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  line-height: 22px;
  background: none;
  border: 0;
  width: 30px;
  text-align: center;
  font-weight: bold;
}
header .search button:hover {
  color: #3b4b56;
}
header .navbut {
  display: none;
}
header.cur > .container {
  height: 40px;
  padding: 0 10px;
}
header.cur .logo {
  margin: 0;
}
/* footer */
footer {
  background: #3b4b56;
  color: #fff;
  font-size: 12px;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .box {
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .box .nav dt {
  font-size: 14px;
  padding: 0 0 10px 0;
}
footer .box .nav dt span {
  padding-right: 5px;
}
footer .box .nav dd {
  line-height: 2;
  opacity: 0.8;
}
footer .box .ewm li {
  float: left;
  text-align: center;
  margin-left: 20px;
  width: 120px;
}
footer .box .ewm li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
footer .box .ewm li:first-child {
  margin-left: 0;
}
footer .link {
  overflow: hidden;
}
footer .link a {
  margin-right: 5px;
  opacity: 0.8;
}
footer .copy {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
  line-height: 2;
}
/* float_backtop */
.float_backtop {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #313e47;
  cursor: pointer;
  z-index: 99;
  color: #fff;
  transition: all 0.3s;
  font-size: 24px;
}
.float_backtop:hover {
  background: #1c2329;
}
/* banner */
.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner .banner-next,
.banner .banner-prev {
  position: absolute;
  top: 50%;
  height: 80px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 44px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  opacity: 0;
}
.banner .banner-next:hover,
.banner .banner-prev:hover {
  background-color: rgba(59, 75, 86, 0.8);
}
.banner .banner-next {
  right: 10%;
}
.banner .banner-prev {
  left: 10%;
}
.banner .banner-num {
  bottom: 15px;
  position: absolute;
  z-index: 5;
  text-align: center;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.banner .banner-num .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0;
  cursor: pointer;
  margin: 0 5px;
  background: #fff;
  outline: 0;
  opacity: 1;
}
.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3b4b56;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* nbanner */
.nbanner {
  overflow: hidden;
}
.nbanner img {
  width: 100%;
  height: auto;
}
.webwz {
  padding: 0 0 15px;
  text-align: right;
}
.view_news .xgnew {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.view_news .xgnew .tit2 {
  border-bottom: 2px solid #dddddd;
  height: 32px;
  font-size: 18px;
}
.view_news .xgnew .tit2 span {
  float: left;
  height: 32px;
  border-bottom: 2px solid #3b4b56;
  padding: 0 10px;
}
.view_news .xgnew ul {
  margin: 5px -10px 0 -10px;
  position: relative;
  overflow: hidden;
}
.view_news .xgnew ul li {
  width: 50%;
  float: left;
  padding: 10px 10px 0 10px;
  font-size: 14px;
}
.view_news .xgnew ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 10px;
}
.view_news .xgnew ul li a:before {
  width: 2px;
  height: 2px;
  background: #ce1c00;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}
/* box_index */
.box_index {
  padding: 0 0 60px 0;
  overflow: hidden;
}
.box_index .in_tit {
  border-bottom: 1px solid #d3d3d3;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  overflow: hidden;
}
.box_index .in_tit img {
  height: 26px;
  width: auto;
  float: left;
  margin: 14px 0 0 0;
}
.box_index .in_tit span {
  font-size: 24px;
  padding: 0 5px 0 10px;
}
.box_index .in_tit em {
  font-size: 16px;
}
.box_index .in_tit a {
  float: right;
}
.box_index .box_tit {
  text-align: center;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.box_index .box_tit span {
  display: block;
  overflow: hidden;
  font-size: 30px;
  color: #3b4b56;
  padding: 0 0 5px 0;
}
.box_index .box_tit em {
  color: #777;
}
.box_index > .container > * {
  padding-top: 60px;
}
/* box_news */
.box_news {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box_news .video {
  width: 50%;
  overflow: hidden;
  position: relative;
  background: #fff;

}
.box_video_play{padding-top: 35px;}
.box_news .video .js_video_play {
  height: 100%;
}
.box_news .video img {
  width: 100%;
  height: 100%;
}
.box_news .video .iconfont {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 100px;
  cursor: pointer;
  transition: all 0.3s;
}
.box_news .video .iconfont:hover {
  transform: scale(1.1);
}
.box_news .video video {
  float: left;
}
.box_news .video iframe {
  float: left;
}
.box_news .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 30px;
  background: #fff;
}
.box_news .box ul li {
  border-bottom: 1px solid #ddd;
}
.box_news .box ul li a {
  display: block;
  overflow: hidden;
  padding: 18px 20px;
}
.box_news .box ul li .bt {
  position: relative;
  overflow: hidden;
  line-height: 20px;
  line-height: 1.5;
  padding: 0 0 5px 0;
}
.box_news .box ul li .bt span {
  font-size: 18px;
  padding: 0 10px 0 0;
}
.box_news .box ul li .bt em {
  color: #888;
}
.box_news .box ul li .text {
  color: #888;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 30px;
}
.box_news .box ul li .text:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "\e63c";
  font-family: "iconfont" !important;
  color: #ddd;
  font-size: 20px;
}
.box_news .box ul li:hover a {
  background: #eeeeee;
}
.box_news .box ul li:last-child {
  border-bottom: 0;
}
/* box_case */
.box_case .xun {
  position: relative;
  overflow: hidden;
  padding: 0 70px;
}
.box_case .xun .swiper-slide {
  padding: 0 30px;
}
.box_case .xun .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.box_case .xun .swiper-slide img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.box_case .xun .swiper-slide .fd {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  color: #fff;
  background-color: rgba(59, 75, 86, 0.7);
  padding: 15px;
}
.box_case .xun .swiper-slide .fd span {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 5px 0;
}
.box_case .xun .swiper-slide .fd .text {
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #b5b5b6;
}
.box_case .xun .swiper-slide .fd .text .iconfont {
  margin-right: 5px;
}
.box_case .xun .swiper-slide:hover img {
  transform: scale(1.1);
}
.box_case .xun .case-next,
.box_case .xun .case-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 60px;
  color: #3b4b56;
  outline: 0;
  padding: 10px 0;
  transition: all 0.3s;
}
.box_case .xun .case-next:hover,
.box_case .xun .case-prev:hover {
  background: #3b4b56;
  color: #fff;
}
.box_case .xun .case-next {
  right: 0px;
}
.box_case .xun .case-prev {
  left: 0px;
}
/* box_wenda */
.box_wenda {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box_wenda .boxtab {
  width: 50%;
  height: 488px;
  background: #fff;
}
.box_wenda .boxtab .tab {
  border-bottom: 1px solid #d3d3d3;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.box_wenda .boxtab .tab li {
  float: left;
  padding: 0 15px;
  font-size: 20px;
  cursor: pointer;
}
.box_wenda .boxtab .tab li.on {
  background: #3b4b56;
  color: #fff;
}
.box_wenda .boxtab .xun {
  overflow: hidden;
  padding: 20px;
}
.box_wenda .boxtab .xun dl dt {
  padding: 0 0 15px 0;
}
.box_wenda .boxtab .xun dl dt a {
  display: block;
  overflow: hidden;
}
.box_wenda .boxtab .xun dl dt .pic {
  width: 230px;
  height: 160px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.box_wenda .boxtab .xun dl dt .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.box_wenda .boxtab .xun dl dt .pic img:hover {
  transform: scale(1.1);
}
.box_wenda .boxtab .xun dl dt span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.box_wenda .boxtab .xun dl dt p {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  margin: 15px 0;
  color: #888;
  text-align: justify;
}
.box_wenda .boxtab .xun dl dt em {
  text-align: right;
  font-size: 16px;
  display: block;
  overflow: hidden;
}
.box_wenda .boxtab .xun dl dd {
  line-height: 44px;
}
.box_wenda .boxtab .xun dl dd em {
  float: right;
  color: #888;
}
.box_wenda .boxtab .xun dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 18px;
  padding: 0 10px;
}
.box_wenda .boxtab .xun dl dd a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #3b4b56;
  transform: translateY(-50%);
}
.box_wenda .boxtab .xun dl dd a:hover {
  color: #3b4b56;
}
.box_wenda .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-right: 30px;
  background: #fff;
}
.box_wenda .box dl dt {
  border-bottom: 1px solid #ddd;
}
.box_wenda .box dl dt a {
  display: block;
  overflow: hidden;
  padding: 10px 0 20px 0;
}
.box_wenda .box dl dt .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
}
.box_wenda .box dl dt .bt .hot {
  background: url(/zwstyle/image/icon_hot.png) no-repeat;
  display: inline-block;
  width: 38px;
  height: 31px;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
}
.box_wenda .box dl dt .bt:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #3b4b56;
  transform: translateY(-50%);
}
.box_wenda .box dl dt .text {
  color: #888;
  position: relative;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 5px 20px 0 20px;
}
.box_wenda .box dl dt .text:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "\e63c";
  font-family: "iconfont" !important;
  color: #ddd;
  font-size: 20px;
}
.box_wenda .box dl dt a:hover {
  background: #eee;
}
.box_wenda .box dl dd {
  border-bottom: 1px solid #ddd;
}
.box_wenda .box dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
}
.box_wenda .box dl dd a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #3b4b56;
  transform: translateY(-50%);
}
.box_wenda .box dl dd a:hover {
  background: #eee;
}
.box_wenda .box dl dd:last-child {
  border-bottom: 0;
}
/* box_pingjia */
.box_pingjia ul {
  margin: -25px;
}
.box_pingjia ul li {
  width: 50%;
  float: left;
}
.box_pingjia ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 25px;
}
.box_pingjia ul li .pic {
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
}
.box_pingjia ul li .pic img {
  width: 71px;
  height: 71px;
}
.box_pingjia ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 30px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  padding: 15px;
  position: relative;
  transition: all 0.3s;
}
.box_pingjia ul li .box em {
  color: #b5b5b6;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 8px 0;
}
.box_pingjia ul li .box p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.box_pingjia ul li .box:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
.box_pingjia ul li:hover .pic {
  transform: rotate(360deg);
}
.box_pingjia ul li:hover .box {
  box-shadow: 0 0 10px #3b4b56;
}
/* list_pro */
.list_pro {
  overflow: hidden;
  margin: -10px;
}
.list_pro li {
  width: 20%;
  padding: 10px;
  overflow: hidden;
  float: left;
}
.list_pro li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.list_pro li img {
  width: 100%;
  height: auto;
}
.list_pro li .hide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(59, 75, 86, 0.6);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.list_pro li .hide span {
  background: url(/zwstyle/image/icon_liubian.png) no-repeat;
  background-size: 100% 100%;
  width: 117px;
  height: 135px;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  color: #3b4b56;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.list_pro li .hide em {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  color: #fff;
  transition: all 0.3s;
}
.list_pro li .hide em:hover {
  background: #3b4b56;
}
.list_pro li:hover .hide {
  opacity: 1;
}
/* box_main */
.box_main {
  padding: 40px 0 50px 0;
  overflow: hidden;
}
/* list_case */
.list_case {
  margin: -10px;
  overflow: hidden;
}
.list_case li {
  width: 50%;
  float: left;
  padding: 10px;
}
.list_case li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  position: relative;
}
.list_case li .pic {
  width: 60%;
  overflow: hidden;
  position: relative;
}
.list_case li .pic:before {
  content: "";
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 10%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.list_case li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_case li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 15px;
  overflow: hidden;
  line-height: 1.5;
}
.list_case li .box span {
  font-size: 16px;
  padding: 0 0 8px 0;
  display: block;
  overflow: hidden;
}
.list_case li .box p {
  color: #888;
}
.list_case li em {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px 15px;
  transition: all 0.3s;
}
.list_case li em:hover {
  background: #3b4b56;
  color: #fff;
}
.list_case li:hover a {
  box-shadow: 0 0 10px #ccc;
}
.list_case li:hover .pic img {
  transform: scale(1.1);
}
/* view_news */
.view_news {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 40px;
  background:#fff;
}
.view_news .tit {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 0 8px 0;
}
.view_news .tit h1 {
  font-size: 28px;
}
.view_news .tit span {
  font-size: 28px;
}
.view_news .tit ul {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.view_news .tit ul li {
  float: left;
  font-size: 12px;
  color: #999;
  margin-left: 15px;
}
.view_news .tit ul li:first-child {
  margin-left: 0;
}
.view_news .body {
  text-align: justify;
  color: #333;
  line-height: 1.8;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.nextpre {
  padding-top: 15px;
}
/* list_proer */
.list_proer {
  overflow: hidden;
  margin: -10px;
}
.list_proer li {
  width: 25%;
  float: left;
  padding: 10px;
}
.list_proer li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.list_proer li img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_proer li .fd {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  color: #fff;
  background-color: rgba(59, 75, 86, 0.7);
  padding: 15px;
}
.list_proer li .fd span {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 5px 0;
}
.list_proer li .fd .text {
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #b5b5b6;
}
.list_proer li .fd .text .iconfont {
  margin-right: 5px;
}
.list_proer li:hover img {
  transform: scale(1.1);
}
/* shaixuan */
.shaixuan {
  overflow: hidden;
  padding: 0 0 30px 0;
  line-height: 28px;
}
.shaixuan dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.8;
  padding: 2px 0;
}
.shaixuan dl dt {
  font-weight: bold;
}
.shaixuan dl dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shaixuan dl dd a {
  margin-right: 15px;
  display: block;
  overflow: hidden;
  float: left;
  color: #777;
}
.shaixuan dl dd a.on,
.shaixuan span {
  color: #3b4b56;
  font-weight: bold;
}
/* 分页 */
.arcpages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 0 0;
  width: 100%;
  overflow: hidden;
}
.arcpages li {
  float: left;
  border: 1px solid #eeeeee;
  margin: 0 3px;
  line-height: 30px;
  border-radius: 3px;
}
.arcpages li a {
  padding: 0 12px;
  display: block;
  overflow: hidden;
  color: #666;
  background: #fff;
}
.arcpages li a:hover {
  background: #3b4b56;
  color: #fff;
}
.arcpages li.pageinfo {
  padding: 0 12px;
  cursor: default;
}
.arcpages li.thisclass a {
  background: #3b4b56;
  color: #fff;
}
/* list_news */
.list_news {
  margin: -15px 0;
  overflow: hidden;
}
.list_news li {
  padding: 15px 0;
}
.list_news li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list_news li .date {
  background: #eaeaea;
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 18px;
}
.list_news li .date em {
  display: block;
  overflow: hidden;
  padding: 35px 0 0 0;
}
.list_news li .date span {
  font-size: 80px;
}
.list_news li .pic {
  margin: 0 20px;
  width: 300px;
  height: 180px;
  overflow: hidden;
}
.list_news li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.list_news li .pic img:hover {
  transform: scale(1.1);
}
.list_news li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width:0;
}
.list_news li .box .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 18px;
  line-height: 55px;
  padding: 0 0 0 15px;
}
.list_news li .box .bt .hot {
  background: url(/zwstyle/image/icon_hot.png) no-repeat;
  display: inline-block;
  width: 38px;
  height: 31px;
  background-size: 100% 100%;
  position: relative;
  bottom: 0px;
}
.list_news li .box .bt:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3b4b56;
  transform: translateY(-50%);
}
.list_news li .box .text {
  color: #888;
  position: relative;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 10px 0 25px 0;
}
.list_news li .box .text:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "\e63c";
  font-family: "iconfont" !important;
  color: #ddd;
  font-size: 20px;
}
.list_news li .box .more {
  border-top: 1px solid #ddd;
  text-align: right;
  overflow: hidden;
  font-size: 12px;
  color: #888;
  padding: 15px 0 0 0;
}
.main_tit .more {
  float: right;
}
/* about_info */
.about_info {
  overflow: hidden;
  margin: -15px 0;
}
.about_info li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
}
.about_info li .pic {
  width: 42%;
}
.about_info li .pic img {
  width: 100%;
  height: auto;
}
.about_info li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 50px;
}
.about_info li .bt {
  font-size: 30px;
  padding: 0 0 15px 0;
}
.about_info li .text {
  color: #777;
  font-size: 16px;
  line-height: 2;
}
.about_info li:nth-child(even) {
  flex-direction: row-reverse;
}
.about_info li:nth-child(even) .box {
  padding: 0 50px 0 0;
}
/* about_licheng */
.about_licheng {
  padding: 30px 0 0 0;
  overflow: hidden;
}
.about_licheng ul {
  position: relative;
  padding: 60px 0;
}
.about_licheng ul:before {
  content: "";
  width: 80px;
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  box-shadow: 0 0 10px #ccc;
  transform: translateX(-50%);
}
.about_licheng ul li {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 0 0 50%;
}
.about_licheng ul li .tit {
  width: 130px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #3b4b56;
  font-size: 30px;
  position: relative;
  margin: 0 0 0 40px;
}
.about_licheng ul li .tit:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 30px solid #3b4b56;
  border-bottom: 40px solid transparent;
}
.about_licheng ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 50px;
  font-size: 16px;
  line-height: 1.8;
}
.about_licheng ul li:first-child {
  margin-top: 0;
}
.about_licheng ul li:nth-child(odd) {
  flex-direction: row-reverse;
  padding: 0 50% 0 0;
}
.about_licheng ul li:nth-child(odd) .tit {
  margin: 0 40px 0 0;
}
.about_licheng ul li:nth-child(odd) .tit:before {
  left: auto;
  right: 100%;
  border-left: 0;
  border-right: 30px solid #3b4b56;
}
.about_licheng ul li:nth-child(odd) .box {
  padding: 0 50px 0 0;
  text-align: right;
}
.about_licheng ul li.on .tit {
  width: 180px;
  font-size: 40px;
  background: #ee8e28;
}
.about_licheng ul li.on .tit:before {
  border-left-color: #ee8e28;
  border-right-color: #ee8e28;
}
.about_licheng ul li.on .box {
  font-size: 20px;
  font-weight: bold;
}
.about_licheng .text {
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}
.about_licheng .info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.about_licheng .info span {
  text-align: center;
  background: #ee8e29;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  padding: 10px 20px;
}
/* main_cate */
.main_cate {
  margin: -10px -15px;
  overflow: hidden;
  padding: 0 0 25px 0;
}
.main_cate li {
  float: left;
  padding: 10px 15px;
}
.main_cate li a {
  display: block;
  overflow: hidden;
  border: 1px solid #959595;
  padding: 0 25px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 18px;
}
.main_cate li:hover a,
.main_cate li.on a {
  background: #3b4b56;
  color: #fff;
}
/* main_line */
.main_line {
  height: 1px;
  width: 100%;
  overflow: hidden;
  background: #ccc;
  margin: 40px 0;
}
/* main_tit */
.main_tit {
  width: 100%;
  overflow: hidden;
  padding: 0 0 25px 0;
}
.main_tit span {
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #1f1f1f;
}
.main_tit em {
  color: #adadad;
  font-size: 16px;
}
/* box_gsgk */
.box_gsgk {
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 25px 30px;
  margin: 0 0 30px 0;
}
.box_gsgk .main_tit {
  padding: 0 0 10px 0;
}
.box_gsgk .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box_gsgk .box ul {
  width: 49%;
}
.box_gsgk .box ul li {
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
  padding: 10px 0;
}
/* list_rongyu */
.list_rongyu {
  overflow: hidden;
  margin: -15px;
}
.list_rongyu li {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center;
}
.list_rongyu li a {
  display: block;
  overflow: hidden;
}
.list_rongyu li .pic {
  overflow: hidden;
}
.list_rongyu li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_rongyu li .pic img:hover {
  transform: scale(1.1);
}
.list_rongyu li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0 0 0;
}
.list_rongyu.si li {
  width: 25%;
}
/* list_video */
.list_video {
  margin: -15px;
  overflow: hidden;
}
.list_video li {
  width: 33.333333333333%;
  padding: 15px;
  float: left;
  text-align: center;
}
.list_video li .box {
  overflow: hidden;
  position: relative;
  background: #000;
}
.list_video li .box img {
  width: 100%;
  height: auto;
}
.list_video li .box .iconfont {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 100px;
  cursor: pointer;
  transition: all 0.3s;
}
.list_video li .box .iconfont:hover {
  transform: scale(1.1);
}
.list_video li .box video {
  float: left;
}
.list_video li .box iframe {
  float: left;
}
.list_video li span {
  color: #777;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0 0 0;
}
.list_video li:nth-child(3n+1) {
  clear: both;
}
/* box_video */
.box_video {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 40px 0;
}
.box_video .video {
  width: 45%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.box_video .video img {
  width: 100%;
  height: auto;
}
.box_video .video .iconfont {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 100px;
  cursor: pointer;
  transition: all 0.3s;
}
.box_video .video .iconfont:hover {
  transform: scale(1.1);
}
.box_video .video video {
  float: left;
}
.box_video .video iframe {
  float: left;
}
.box_video .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 20px 0 20px 40px;
  position: relative;
  padding: 0 0 50px 0;
}
.box_video .box .tit {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 15px 0;
}
.box_video .box .text {
  font-size: 16px;
  line-height: 1.8;
}
.box_video .box .param {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  color: #777;
}
.box_video .box .param .play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.box_video .box .param .play .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.box_video .box .param .bdsharebuttonbox a {
  background: none;
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 14px;
}
.box_video .box .param .bdsharebuttonbox a .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.box_video .box .param .bdsharebuttonbox a:first-child {
  margin: 0;
}
/* view_pro */
.view_pro {
  overflow: hidden;
}
.view_pro .main_tit {
  text-align: center;
}
.view_pro .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.view_pro .ppic {
  width: 410px;
  overflow: hidden;
}
.view_pro .ppic .probanbig {
  overflow: hidden;
  position: relative;
}
.view_pro .ppic .probanbig .iconfont {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 30px;
  z-index: 1;
  color: #ddd;
}
.view_pro .ppic .probanbig img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.view_pro .ppic .probansmall {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.view_pro .ppic .probansmall .swiper-slide {
  width: 33.3333333333%;
  cursor: pointer;
  padding: 0 5px;
}
.view_pro .ppic .probansmall .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
  padding: 1px;
  opacity: 0.8;
}
.view_pro .ppic .probansmall .active-nav img {
  border: 1px solid #3b4b56;
  opacity: 1;
}
.view_pro .ppic .probansmall .arrow-left,
.view_pro .ppic .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.view_pro .ppic .probansmall .arrow-left:hover,
.view_pro .ppic .probansmall .arrow-right:hover {
  color: #3b4b56;
}
.view_pro .ppic .probansmall .arrow-left {
  left: -8px;
}
.view_pro .ppic .probansmall .arrow-right {
  right: -8px;
}
.view_pro .info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 50px;
}
.view_pro .info .tit {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 0;
  text-align:left !important;
}
.view_pro .info .text {
  font-size: 16px;
  line-height: 1.8;
  color: #777;
}
.view_pro .bor {
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 30px;
}
.view_pro .bor .main_tit {
  padding: 0 0 20px 0;
}
.view_pro .bor .vwcs .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.view_pro .bor .vwcs .xun {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0 0 0;
}
.view_pro .bor .vwcs .xun ul {
  width: 49%;
  margin: -5px 0;
  overflow: hidden;
}
.view_pro .bor .vwcs .xun ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.8;
  padding: 5px 0;
}
.view_pro .bor .vwcs .xun ul li .bt {
  font-weight: bold;
}
.view_pro .bor .vwcs .xun ul li .text {
  color: #888;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.view_pro .bor .video {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.view_pro .bor .video .kj {
  background: #000;
  overflow: hidden;
  position: relative;
}
.view_pro .bor .video img {
  max-width: 100%;
  height: auto;
}
.view_pro .bor .video .iconfont {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 100px;
  cursor: pointer;
  transition: all 0.3s;
}
.view_pro .bor .video .iconfont:hover {
  transform: scale(1.1);
}
.view_pro .bor .video video {
  float: left;
}
.view_pro .bor .video iframe {
  float: left;
}
.view_pro .body {
  text-align: center;
  overflow: hidden;
  margin: -10px 0;
}
.view_pro .body img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.view_pro .secai {
  position: relative;
  overflow: hidden;
  padding: 0 70px;
  margin-bottom: 30px;
}
.view_pro .secai .swiper-slide img {
  width: 100%;
  height: auto;
}
.view_pro .secai .secai-next,
.view_pro .secai .secai-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 100px;
  font-size: 60px;
  cursor: pointer;
  color: #666;
  transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.view_pro .secai .secai-next:hover,
.view_pro .secai .secai-prev:hover {
  background: #3b4b56;
  color: #fff;
}
.view_pro .secai .secai-next {
  right: 0px;
}
.view_pro .secai .secai-prev {
  left: 0px;
}
/* list_pubu */
.list_pubu ul {
  column-gap: 20px;
  column-count: 3;
  margin: -10px 0;
  overflow: hidden;
}
.list_pubu ul li {
  break-inside: avoid;
  padding: 10px 0;
}
.list_pubu ul li a {
  display: block;
  overflow: hidden;
}
.list_pubu ul li a img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_pubu ul li a img:hover {
  transform: scale(1.1);
}
/* tan_box */
#tan_box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.tan_box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  position: relative;
  background: #fff url(/zwstyle/image/loading.gif) center center no-repeat;
  padding: 10px;
  box-shadow: 0 0 15px #ccc;
  border-radius: 5px 0 5px 5px;
}
.tan_box .box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_box .box video,
.tan_box .box iframe {
  width: 1000px;
  height: auto;
  float: left;
  display: block;
  overflow: hidden;
}
.tan_box .box iframe {
  height: 560px;
}
.tan_box .close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -36px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.3s;
  border-radius: 5px 5px 0 0;
}
.tan_box .close .iconfont {
  display: inline-block;
  transition: all 0.3s;
}
.tan_box .close:hover {
  background: #3b4b56;
}
.tan_box .close:hover .iconfont {
  transform: rotate(360deg);
  color: #fff;
}
/* tan_pic */
.tan_pic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
  width: 100%;
  height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_pic .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.tan_pic .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  background: #000;
}
.tan_pic .close:hover {
  background: #3b4b56;
}
.tan_pic .swiper-pagination-bullets {
  width: 100%;
  z-index: 5;
  left: 0px;
}
.tan_pic .swiper-pagination-bullet {
  width: 35px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 4px;
  opacity: 1;
  margin: 0 10px;
  outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
  background: #3b4b56;
}
.tan_pic .swiper-button-next,
.tan_pic .swiper-button-prev {
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  background: none;
  font-size: 60px;
  z-index: 5;
  opacity: 1;
  outline: none;
  color: #fff;
  transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover,
.tan_pic .swiper-button-prev:hover {
  color: #3b4b56;
}
.tan_pic .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pic .swiper-button-next {
  right: 0px;
}
.tan_pic .swiper-button-prev {
  left: 0px;
}
/* box_contact */
.box_contact {
  color: #666;
  overflow: hidden;
}
.box_contact .top {
  background: #fff;
  box-shadow: 0 0 15px #eee;
  text-align: center;
  overflow: hidden;
  padding: 30px 20px;
}
.box_contact .top .tit {
  overflow: hidden;
}
.box_contact .top .tit span {
  display: block;
  overflow: hidden;
  font-size: 30px;
  color: #3b4b56;
  padding: 0 0 5px 0;
}
.box_contact .top .tit em {
  color: #888;
}
.box_contact .top .text {
  line-height: 1.8;
  overflow: hidden;
  padding: 10px 0 0 0;
  font-size: 18px;
}
.box_contact .erxun {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0;
}
.box_contact .erxun li {
  width: 49.3%;
  box-shadow: 0 0 15px #eee;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 20px;
  font-size: 18px;
  line-height: 1.8;
}
.box_contact .erxun li .big {
  font-size: 22px;
}
.box_contact .sanxun {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box_contact .sanxun li {
  background: #fff;
  width: 32.5%;
  box-shadow: 0 0 15px #eee;
  padding: 30px;
}
.box_contact .sanxun li .tit {
  font-size: 16px;
  color: #555;
  font-weight: bold;
  line-height: 1.8;
}
.box_contact .sanxun li .text {
  padding: 5px 0 15px 0;
  line-height: 1.8;
}
.box_contact .sanxun li .map {
  width: 100%;
  height: 200px;
  font-size: 12px;
  line-height: 24px;
}
.box_contact .sanxun li .map h4 {
  color: #3b4b56;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
}

.box_dycpxun {
	position: relative;
	height: 100%;
	margin-bottom: 15px;
}
.box_dycpxun .close {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 999999;
	display: none;
}
.box_dycpxun .close em {
	float: right;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 10px;
	line-height: 34px;
	cursor: pointer;
	transition: all .3s
}
.box_dycpxun .close em:hover {
	background-color: rgba(139,150,141,0.5)
}
.box_dycpxun ul {
	overflow: hidden;
	height: 100%;
}
.box_dycpxun ul li {
	float: left;
	width: 33.33333333%;
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor:pointer;
}
.box_dycpxun ul li img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: all .7s
}
.box_dycpxun ul li .tit {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	max-width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	background-color: rgba(0,0,0,0.5);
	padding: 20px 38px;
	transform: translate(-50%, -50%);
}
.box_dycpxun ul li .tit:after {
	display: block;
	overflow: hidden;
	content: '';
	height: 2px;
	width: 60px;
	background: #eee;
	margin: 20px auto 0 auto;
	transition: all .8s
}
.box_dycpxun ul li .fd {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all .3s;
	transform: rotateY(180deg);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.box_dycpxun ul li .fd .box {
	padding: 0 20px;
	text-align: center;
	color:#fff;
}
.box_dycpxun ul li .fd .box .bt {
	font-size: 30px
}
.box_dycpxun ul li .fd .box .bt:after {
	display: block;
	overflow: hidden;
	content: '';
	height: 1px;
	width: 0;
	background: #8b968d;
	margin: 65px auto 40px auto;
	transition: all .8s
}
.box_dycpxun ul li .fd .box .text {
	line-height: 24px;
	max-height: 96px;
	display: block;
	overflow: hidden;
	margin: 25px 0;
	opacity: .8
}
.box_dycpxun ul li .fd .box .more {
	color: #fff;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 100px;
	line-height: 38px;
	width: 110px;
	font-size: 14px;
	border: 1px solid #8b968d;
	transition: all .8s;
	opacity: 0
}
.box_dycpxun ul li .fd .box .more:hover {
	background: #5e6970
}
.box_dycpxun ul li i {
	position: absolute;
	z-index: 5;
	display: block;
	overflow: hidden;
	transition: all .6s;
	background: #8b968d
}
.box_dycpxun ul li i.left {
	left: 0;
	bottom: 0;
	height: 0;
	width: 5px
}
.box_dycpxun ul li i.right {
	right: 0;
	top: 0;
	height: 0;
	width: 5px
}
.box_dycpxun ul li i.top {
	left: 0;
	top: 0;
	height: 5px;
	width: 0px
}
.box_dycpxun ul li i.bottom {
	right: 0;
	bottom: 0;
	height: 5px;
	width: 0px
}
.box_dycpxun ul li:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.box_dycpxun ul li:hover .fd {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	transform: rotateY(0)
}
.box_dycpxun ul li:hover .fd .box .bt:after {
	width: 60px;
	margin-top: 15px;
	margin-bottom: 0
}
.box_dycpxun ul li:hover .tit {
	opacity: 0;
}
.box_dycpxun ul li:hover .fd .more {
	opacity: 1
}
.box_dycpxun ul li:hover i.left, .box_dycpxun ul li:hover i.right {
	height: 100%
}
.box_dycpxun ul li:hover i.top, .box_dycpxun ul li:hover i.bottom {
	width: 100%
}
.box_dycpxun:hover .close {
	display: block;
}

.artcount {
	float: right;
	padding: 10px 0;
	color: #666;
}
.artcount span,.artcount a {
	color: #5E8E47;
	font-weight: bold;
}
.cetner{text-align:center !important;}
.artdy {
	margin: 20px auto;
	overflow: hidden;
	color: #666;
	padding: 15px;
	text-indent: 62px;
	line-height: 26px;
	position: relative;
	min-height: 50px;
	clear: both;
	background: #fafafa;
	text-align:left;
}
.font14 {

	font-size:14px;
}
.artdy .atit {
	position: absolute;
	left: 15px;
	top: 15px;
	background: #5E8E47;
	text-indent: 0;
	width: 50px;
	text-align: center;
	color: #fff;
}
.artdy .atit:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #5E8E47;
	border-bottom: 4px solid transparent;
	transform: translateY(-50%);
}
.copyrig {
	margin: 20px auto;
	overflow: hidden;
	color: #666;
	padding: 20px;
	line-height: 26px;
	position: relative;
	min-height: 50px;
	clear: both;
	background: #fafafa;
}
.wl_artbody {
	margin: 20px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8;
	clear: both;
	text-align:left;
}
.wl_artbody a {
	color: #0e9ce4;
}
.wl_artbody ul, .wl_artbody ol {
	list-style-type: disc;
	margin-left: 20px
}
.wl_artbody ul li, .wl_artbody ol li {
	list-style: inherit;
	list-style-type: inherit;
	padding: 1px 0
}
.wl_artbody em {
	background: #85BB43;
	color: #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 0 9px;
	margin: 2px 5px 2px 0;
	font-style: normal;
}
.wl_artbody h2 {
	border-left: 5px solid  #0e9ce4;
	font-size: 22px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 0 !important;
	padding: 0 0 0 15px !important;
	color: #0e9ce4 !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
	
}
.wl_artbody h2:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #eee
}
.wl_artbody h3 {
	border-left: 5px solid #85BB43;
	font-size: 18px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 8px !important;
	padding: 0 0 0 15px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.wl_artbody h3:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #efefef
}
.wl_artbody img {
	max-width: 100% !important;
	height: auto !important;
	margin: 10px 0
}
.wl_artbody table {
	border: 1px solid #ddd;
	width: 100%;
	margin: 10px 0
}
.wl_artbody table th, .wl_artbody table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left
}
.wl_artbody table th {
	background: #6aa84f;
	color: #fff
}
.wl_artbody>*:first-child {
	margin-top: 0 !important
}
.mar20{margin-bottom:20px;}
.tltel {
	color: #5E8E47;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 0 0;
	line-height: 1;
}

.wlzttext {
	margin: 20px auto 35px;
	overflow: hidden;
	color: #666;
	padding: 20px;
	text-indent: 62px;
	line-height: 26px;
	position: relative;
	min-height: 50px;
	clear: both;
	background: none;
	border-bottom:1px dotted #ccc;
	

}

.wlzttext .tit {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #3b4b56;
	text-indent: 0;
	width: 50px;
	text-align: center;
	color: #fff
}
.wlzttext .tit:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #3b4b56;
	border-bottom: 4px solid transparent;
	transform: translateY(-50%)
}

.ztitem {
	margin: 30px 0 0;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	padding-left:30px;
}
.ztitem .other-link-info {
	margin: 0 0 25px;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}
.ztitem .tit {
	float: left;
	color: #9b9ea0
}
.ztitem .ztabc {
	padding-left: 70px
}
.ztitem .ztabc .item {
	float: left;
	padding-right: 10px;
	color: #0e9ce4;
	text-decoration: none;
	overflow: hidden;
}
.ztitem .ztabc a{color:#3b4b56; padding-right:5px;}
.box_wenda .boxtab .xun dl dd.ztspec{width:50%; float:left; line-height:31px;}
.box_wenda .boxtab .xun dl dd.ztspec a{font-size:16px;}